home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / rm.hlp < prev    next >
Text File  |  1986-12-19  |  512b  |  18 lines

  1. NAME
  2.      rm - remove (unlink) files
  3.  
  4. SYNTAX
  5.      rm [ -i ]  file ...
  6.  
  7. DESCRIPTION
  8.      The rm command removes the specified files.  Directories and 
  9.      read-only files can not be removed by rm.  Use rmdir to remove
  10.      directories.  
  11.  
  12. OPTION
  13.      -i     File removal is interactive.  The rm command asks whether to 
  14.             delete each file name. 
  15.  
  16. SEE ALSO
  17.      rmdir
  18.